diff gtk/Makefile.am @ 14192:60b1bc8dbf37

[gaim-migrate @ 16863] Renamed 'core' to 'libgaim' committer: Tailor Script <tailor@pidgin.im>
author Evan Schoenberg <evan.s@dreskin.net>
date Sat, 19 Aug 2006 01:50:10 +0000
parents 009db0b357b5
children c18bdf510325
line wrap: on
line diff
--- a/gtk/Makefile.am	Sat Dec 16 04:59:55 2006 +0000
+++ b/gtk/Makefile.am	Sat Aug 19 01:50:10 2006 +0000
@@ -163,7 +163,7 @@
 	$(STARTUP_NOTIFICATION_LIBS) \
 	$(LIBXML_LIBS) \
 	$(GTK_LIBS) \
-	-L$(top_srcdir)/core -lgaim
+	-L$(top_srcdir)/libgaim -lgaim
 
 AM_CPPFLAGS = \
 	-DBR_PTHREADS=0 \
@@ -171,7 +171,7 @@
 	-DLIBDIR=\"$(libdir)/gaim/\" \
 	-DLOCALEDIR=\"$(datadir)/locale\" \
 	-DSYSCONFDIR=\"$(sysconfdir)\" \
-	-I$(top_srcdir)/core/ \
+	-I$(top_srcdir)/libgaim/ \
 	$(GSTREAMER_CFLAGS) \
 	$(DEBUG_CFLAGS) \
 	$(GTK_CFLAGS) \