diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-17 16:26:20 +0200 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-17 16:26:20 +0200 |
commit | 774fa628467f394b3afe36bc785562b0049d122c (patch) | |
tree | 6cdb4d7d93cc2d05be6a02befd3dae1358e49338 /gksu/Makefile.am | |
parent | 9494745d46fe20b0d3ca20e3d23a926b34ed7a08 (diff) | |
download | caja-extensions-774fa628467f394b3afe36bc785562b0049d122c.tar.bz2 caja-extensions-774fa628467f394b3afe36bc785562b0049d122c.tar.xz |
Add gksu extension
Diffstat (limited to 'gksu/Makefile.am')
-rw-r--r-- | gksu/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gksu/Makefile.am b/gksu/Makefile.am new file mode 100644 index 0000000..4180075 --- /dev/null +++ b/gksu/Makefile.am @@ -0,0 +1,9 @@ +AM_CFLAGS = -g -O2 -Wall +INCLUDES = ${CAJA_CFLAGS} +AM_CPPFLAGS = -DLOCALEDIR=\"$(datadir)/locale\" -DDATA_DIR=\"$(datadir)\" -DPREFIX=\"$(prefix)\" + +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_LIBADD = $(CAJA_LIBS) |