Ken VanDine has proposed merging lp:~ken-vandine/notify-osd/fix-dist into 
lp:notify-osd.

Requested reviews:
    Notify OSD Developers (notify-osd-developers)

There are a couple files currently excluded when running make dist.  This 
branch fixes that.
-- 
https://code.launchpad.net/~ken-vandine/notify-osd/fix-dist/+merge/4778
Your team Notify OSD Developers is subscribed to branch lp:notify-osd.
=== modified file 'data/Makefile.am'
--- data/Makefile.am	2009-02-13 11:51:16 +0000
+++ data/Makefile.am	2009-03-23 14:31:42 +0000
@@ -2,7 +2,9 @@
 SUBDIRS = icons
 
 servicedir=/usr/share/dbus-1/services
-service_DATA=org.freedesktop.Notifications.service
+service_DATA=org.freedesktop.Notifications.service.in
+
+EXTRA_DIST= $(service_DATA)
 
 org.freedesktop.Notifications.service: org.freedesktop.Notifications.service.in
 	sed "s...@libexecdir@_$(libexecdir)_" $< > $@

=== modified file 'src/Makefile.am'
--- src/Makefile.am	2009-03-19 10:21:30 +0000
+++ src/Makefile.am	2009-03-23 14:31:42 +0000
@@ -45,6 +45,7 @@
 	dnd.h			\
 	log.h			\
 	apport.h		\
+	util.h			\
 	bubble-window.h \
 	bubble-window-accessible.h \
 	bubble-window-accessible-factory.h \

_______________________________________________
Mailing list: https://launchpad.net/~dx-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~dx-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to