diff options
author | lukefromdc <[email protected]> | 2023-06-18 21:58:54 -0400 |
---|---|---|
committer | lukefromdc <[email protected]> | 2023-06-18 21:58:54 -0400 |
commit | 4e1ddb28915a5789ae31e8912ad995fb4a0af293 (patch) | |
tree | c882273289b3330abfb87646433498dbda433a1d | |
parent | 30f9c781e2d85140159d4f9f3232287f89b9acc5 (diff) | |
download | mate-media-4e1ddb28915a5789ae31e8912ad995fb4a0af293.tar.bz2 mate-media-4e1ddb28915a5789ae31e8912ad995fb4a0af293.tar.xz |
build: fix typo from last commit
D_LDFLAGS->libmate_volume_control_applet_la_LDFLAGS
-rw-r--r-- | mate-volume-control/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mate-volume-control/Makefile.am b/mate-volume-control/Makefile.am index a29e95b..b3a5994 100644 --- a/mate-volume-control/Makefile.am +++ b/mate-volume-control/Makefile.am @@ -68,7 +68,7 @@ endif if ENABLE_PANELAPPLET -D_LDFLAGS = \ +libmate_volume_control_applet_la_LDFLAGS = \ -module -avoid-version \ $(WARN_LDFLAGS) \ $(AM_LDFLAGS) \ |