[Galago-commits] r2479 - in trunk/libnotify: . libnotify
galago-commits at freedesktop.org
galago-commits at freedesktop.org
Mon Jan 23 01:31:06 PST 2006
Author: chipx86
Date: 2006-01-23 01:31:05 -0800 (Mon, 23 Jan 2006)
New Revision: 2479
Modified:
trunk/libnotify/ChangeLog
trunk/libnotify/libnotify/Makefile.am
Log:
Make distcheck happy.
Modified: trunk/libnotify/ChangeLog
===================================================================
--- trunk/libnotify/ChangeLog 2006-01-23 09:20:57 UTC (rev 2478)
+++ trunk/libnotify/ChangeLog 2006-01-23 09:31:05 UTC (rev 2479)
@@ -1,3 +1,8 @@
+Mon Jan 23 01:30:45 PST 2006 Christian Hammond <chipx86 at chipx86.com>
+
+ * libnotify/Makefile.am:
+ - Make distcheck happy.
+
Mon Jan 23 01:20:36 PST 2006 Christian Hammond <chipx86 at chipx86.com>
* docs/ChangeLog:
Modified: trunk/libnotify/libnotify/Makefile.am
===================================================================
--- trunk/libnotify/libnotify/Makefile.am 2006-01-23 09:20:57 UTC (rev 2478)
+++ trunk/libnotify/libnotify/Makefile.am 2006-01-23 09:31:05 UTC (rev 2479)
@@ -5,16 +5,17 @@
lib_LTLIBRARIES = libnotify.la
-notifyinc_HEADERS = \
- notify.h \
+notifyinc_HEADERS = \
+ notify.h \
notification.h
noinst_HEADERS = \
- notify-marshal.h
+ notify-marshal.h \
+ internal.h
-libnotify_la_SOURCES = \
- notify.c \
- notification.c \
+libnotify_la_SOURCES = \
+ notify.c \
+ notification.c \
notify-marshal.c
libnotify_la_LIBADD = \
@@ -43,4 +44,6 @@
notify-marshal.h
INCLUDES = \
+ -I$(top_srcdir) \
+ -DG_LOG_DOMAIN=\"libnotify\" \
$(PACKAGE_CFLAGS)
More information about the galago-commits
mailing list