diff options
author | Robert Nagy <[email protected]> | 2017-03-28 17:59:33 +0200 |
---|---|---|
committer | Robert Nagy <[email protected]> | 2017-03-28 17:59:33 +0200 |
commit | cbc534eb70ad0e0ecb385bb71fe90ee28fd504dd (patch) | |
tree | ce66f971de8d7d0a0314c46322238577679eb302 /gksu | |
parent | 99a2a311d8b65bd381e540676db1d8adf54d69fc (diff) | |
download | caja-extensions-cbc534eb70ad0e0ecb385bb71fe90ee28fd504dd.tar.bz2 caja-extensions-cbc534eb70ad0e0ecb385bb71fe90ee28fd504dd.tar.xz |
fix the libcaja_gksu_la_LDFLAGS variable declaration
Diffstat (limited to 'gksu')
-rw-r--r-- | gksu/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gksu/Makefile.am b/gksu/Makefile.am index b67de52..da930bf 100644 --- a/gksu/Makefile.am +++ b/gksu/Makefile.am @@ -4,7 +4,7 @@ AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" -DDATA_DIR=\"$(datadir)\" -DPREF caja_extensiondir=$(libdir)/caja/extensions-2.0 caja_extension_LTLIBRARIES = libcaja-gksu.la libcaja_gksu_la_SOURCES = libcaja-gksu.c -libcaja_gksu_la_LDFLAGS = LDFLAGS = -module -avoid-version -no-undefined +libcaja_gksu_la_LDFLAGS = -module -avoid-version -no-undefined libcaja_gksu_la_LIBADD = $(CAJA_LIBS) extensiondir = $(datadir)/caja/extensions |