diff options
author | Perberos <[email protected]> | 2011-11-09 22:53:33 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-09 22:53:33 -0300 |
commit | 70438138096a47b2505ac55634cd94947ce378b6 (patch) | |
tree | e45e49dda10a71616466500a4ab65d1c54b5f6c1 /copy-n-paste/Makefile.am | |
download | engrampa-70438138096a47b2505ac55634cd94947ce378b6.tar.bz2 engrampa-70438138096a47b2505ac55634cd94947ce378b6.tar.xz |
initial
Diffstat (limited to 'copy-n-paste/Makefile.am')
-rw-r--r-- | copy-n-paste/Makefile.am | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/copy-n-paste/Makefile.am b/copy-n-paste/Makefile.am new file mode 100644 index 0000000..1a8e01a --- /dev/null +++ b/copy-n-paste/Makefile.am @@ -0,0 +1,17 @@ +INCLUDES = -DGTK_DISABLE_DEPRECATED \ + -DGDK_DISABLE_DEPRECATED \ + -DG_DISABLE_DEPRECATED \ + -DGETTEXT_PACKAGE=NULL + +noinst_LTLIBRARIES = libeggsmclient.la + +libeggsmclient_la_LIBADD = $(GTK_LIBS) +libeggsmclient_la_CFLAGS = $(GTK_CFLAGS) +libeggsmclient_la_SOURCES = eggdesktopfile.h \ + eggdesktopfile.c \ + eggsmclient.h \ + eggsmclient.c \ + eggsmclient-private.h \ + eggsmclient-xsmp.c + +-include $(top_srcdir)/git.mk |