diff options
author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-02-15 15:15:23 +0100 |
---|---|---|
committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2012-02-15 15:15:23 +0100 |
commit | 2d5e7bf80f9894254dd227143c58b88ed021234b (patch) | |
tree | 736d80c9014a9c5ca7374bf0cbf5a2852fa55d6b | |
parent | 4ead9790aa2d37596ddf192c9f81f79eb0287d72 (diff) | |
download | ayatana-indicator-printers-2d5e7bf80f9894254dd227143c58b88ed021234b.tar.gz ayatana-indicator-printers-2d5e7bf80f9894254dd227143c58b88ed021234b.tar.bz2 ayatana-indicator-printers-2d5e7bf80f9894254dd227143c58b88ed021234b.zip |
Include cups dbus interface xml file in the release0.1
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 339183e..bedc091 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -42,4 +42,5 @@ indicator_printers_service_LDADD = $(SERVICE_LIBS) BUILT_SOURCES = $(cups_notifier_sources) +EXTRA_DIST = org.cups.cupsd.Notifier.xml |