diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-19 04:51:26 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-19 04:51:26 -0700 |
commit | e681aef8d1f9906515edd649936bca33a2103e73 (patch) | |
tree | d22b62e50d7bf574cc38b0aa962eb1c3601fba5f | |
parent | 45bc0684b3e9b61740137c8b4081aca2533d6c31 (diff) | |
parent | 503a489a803c44c2f17414ca3436d34db896d42a (diff) | |
download | engrampa-e681aef8d1f9906515edd649936bca33a2103e73.tar.bz2 engrampa-e681aef8d1f9906515edd649936bca33a2103e73.tar.xz |
Merge pull request #29 from infirit/1.6
Follow configure for DEPRECATED cflags
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | copy-n-paste/Makefile.am | 7 |
2 files changed, 4 insertions, 5 deletions
diff --git a/configure.ac b/configure.ac index 85d5bbc..9f3eb25 100644 --- a/configure.ac +++ b/configure.ac @@ -188,7 +188,7 @@ Configuration: Source code location: ${srcdir} Compiler: ${CC} Internal mkdtemp: ${mkdtemp_missing} - Caja support: ${build_caja_actions} + Caja support: ${build_caja_actions} PackageKit support: ${enable_packagekit} Run in place ${enable_run_in_place} " diff --git a/copy-n-paste/Makefile.am b/copy-n-paste/Makefile.am index f5a2bcb..2b7d18e 100644 --- a/copy-n-paste/Makefile.am +++ b/copy-n-paste/Makefile.am @@ -1,7 +1,6 @@ -AM_CPPFLAGS = -DGTK_DISABLE_DEPRECATED \ - -DGDK_DISABLE_DEPRECATED \ - -DG_DISABLE_DEPRECATED \ - -UGETTEXT_PACKAGE +AM_CPPFLAGS = \ + $(DISABLE_DEPRECATED) \ + -UGETTEXT_PACKAGE noinst_LTLIBRARIES = libeggsmclient.la |