summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYanko Kaneti <yaneti@declera.com>2002-03-04 01:49:01 +0000
committerYanko Kaneti <yaneti@src.gnome.org>2002-03-04 01:49:01 +0000
commit9dfc2f07d4ec104164b4956e9121a1f45863c0ee (patch)
treea9cb7676f298144d0a0b5452ce9210ba8545da4b
parent31e720f9fc16622e65aa37451c0186e5c21612aa (diff)
downloadnautilus-9dfc2f07d4ec104164b4956e9121a1f45863c0ee.tar.gz
use COMPONENT_LIBS rather than COMPONENT_CFLAGS.
2002-03-03 Yanko Kaneti <yaneti@declera.com> * components/notes/Makefile.am: (LDADD) use COMPONENT_LIBS rather than COMPONENT_CFLAGS.
-rw-r--r--ChangeLog5
-rw-r--r--components/notes/Makefile.am2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 467b22026..a7dd5585f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2002-03-03 Yanko Kaneti <yaneti@declera.com>
+
+ * components/notes/Makefile.am: (LDADD) use COMPONENT_LIBS rather than
+ COMPONENT_CFLAGS.
+
2002-03-03 Alexander Larsson <alla@lysator.liu.se>
Patch from Diego González <dggonz@yahoo.com>.
diff --git a/components/notes/Makefile.am b/components/notes/Makefile.am
index f35142fcf..703fb7eef 100644
--- a/components/notes/Makefile.am
+++ b/components/notes/Makefile.am
@@ -13,7 +13,7 @@ INCLUDES=\
LDADD=\
$(top_builddir)/libnautilus/libnautilus.la \
$(top_builddir)/libnautilus-private/libnautilus-private.la \
- $(COMPONENT_CFLAGS) \
+ $(COMPONENT_LIBS) \
$(NULL)
nautilus_notes_SOURCES=nautilus-notes.c