aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2010-11-15 20:40:43 +0800
committerXavier Claessens <xclaesse@gmail.com>2010-11-15 21:10:00 +0800
commit8d93b865c03829043b17010bc2bd7e3a89dbfb69 (patch)
tree873353260a7d90ffee1c464b42ae499ba9ef2db0 /src
parent40c46616ed8b86375777610b6befc35f22914497 (diff)
downloadgsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.tar
gsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.tar.gz
gsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.tar.bz2
gsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.tar.lz
gsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.tar.xz
gsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.tar.zst
gsoc2013-empathy-8d93b865c03829043b17010bc2bd7e3a89dbfb69.zip
Group all harddeps in one pkg-config call
We do not support GTK2 anymore, so there is no point in keeping those
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 66c1089e1..eedd6885c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,6 @@ include $(top_srcdir)/tools/flymake.mk
CPPFLAGS_COMMON = \
$(EMPATHY_CFLAGS) \
$(EDS_CFLAGS) \
- $(GTK_CFLAGS) \
$(ERROR_CFLAGS) \
-I$(top_srcdir) \
-DG_LOG_DOMAIN=\"empathy\" \
@@ -15,7 +14,6 @@ CPPFLAGS_COMMON = \
AM_LDFLAGS = -lm
AM_CPPFLAGS = \
$(CPPFLAGS_COMMON) \
- $(LIBNOTIFY_CFLAGS) \
$(LIBCHAMPLAIN_CFLAGS) \
$(WEBKIT_CFLAGS) \
$(NULL)
@@ -24,9 +22,7 @@ LDADD = \
$(top_builddir)/libempathy-gtk/libempathy-gtk.la \
$(top_builddir)/libempathy/libempathy.la \
$(top_builddir)/extensions/libemp-extensions.la \
- $(LIBNOTIFY_LIBS) \
$(EMPATHY_LIBS) \
- $(GTK_LIBS) \
$(LIBCHAMPLAIN_LIBS) \
$(WEBKIT_LIBS)
@@ -46,7 +42,6 @@ libempathy_accounts_common_la_SOURCES = \
libempathy_accounts_common_la_LIBADD = \
$(top_builddir)/libempathy-gtk/libempathy-gtk.la \
$(EDS_LIBS) \
- $(LIBNOTIFY_LIBS) \
$(EMPATHY_LIBS) \
$(LIBCHAMPLAIN_LIBS) \
$(WEBKIT_LIBS) \
@@ -151,7 +146,6 @@ empathy_LDADD = \
$(top_builddir)/libempathy-gtk/libempathy-gtk.la \
$(top_builddir)/libempathy/libempathy.la \
$(top_builddir)/extensions/libemp-extensions.la \
- $(LIBNOTIFY_LIBS) \
$(EMPATHY_LIBS) \
$(LIBCHAMPLAIN_LIBS) \
$(WEBKIT_LIBS) \