summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorBenedikt Meurer <benny@xfce.org>2003-04-02 20:34:11 +0000
committerBenedikt Meurer <benny@xfce.org>2003-04-02 20:34:11 +0000
commit942510ba849a7d950a1435e8690ca8ccc3c43c85 (patch)
treea2233b55145b708f7d89a4adae6573a8eb9add40 /src/Makefile.am
parent6871244e2e22a15ccc48adc78bf2eee91cd5bb02 (diff)
downloadxfdesktop-942510ba849a7d950a1435e8690ca8ccc3c43c85.tar.gz
Debugging stuff now provided by libxfce4util. As a result of this change
libxfcegui4 now depends on libxfce4util. Some other updates. added a hint to the libxfcegui4 README for Xinerama problems with XFree86. (Old svn revision: 7238)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d1ec3e37..c12c89c5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -13,7 +13,6 @@ xfdesktop_SOURCES = \
xfdesktop_CFLAGS = \
-I$(top_srcdir)/common \
- @CFLAGS@ \
@GTK_CFLAGS@ \
@LIBX11_CFLAGS@ \
@LIBXFCE4MCS_CLIENT_CFLAGS@ \
@@ -22,12 +21,7 @@ xfdesktop_CFLAGS = \
@LIBXML_CFLAGS@ \
@PANGO_CFLAGS@ \
-DDATADIR=\"$(pkgdatadir)\" \
- -DSYSCONFDIR=\"$(sysconfdir)\" \
- -DVERSION=\"@VERSION@\" \
- -DG_DISABLE_DEPRECATED \
- -DGTK_DISABLE_DEPRECATED \
- -DGDK_DISABLE_DEPRECATED \
- -DGDK_PIXBUF_DISABLE_DEPRECATED
+ -DSYSCONFDIR=\"$(sysconfdir)\"
xfdesktop_LDADD = \