~ubuntu-branches/ubuntu/jaunty/libnotify/jaunty

« back to all changes in this revision

Viewing changes to libnotify/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2006-01-02 15:56:18 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060102155618-6sbpi0enbolsnng6
Tags: 0.3.0-0ubuntu1
* New upstream release
* works with new notify-daemon, contains a new (more gtk-ish) API

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
lib_LTLIBRARIES = libnotify.la
4
4
 
5
 
notifyinc_HEADERS = \
6
 
        notify.h
 
5
notifyinc_HEADERS =             \
 
6
        notify.h                \
 
7
        notifynotification.h    \
 
8
        notifycommon.h          \
 
9
        notifymarshal.h
7
10
 
8
 
libnotify_la_SOURCES = \
9
 
        dbus-compat.h \
10
 
        notify.c
 
11
libnotify_la_SOURCES =          \
 
12
        dbus-compat.h           \
 
13
        notify.c                \
 
14
        notifynotification.c    \
 
15
        notifymarshal.c
11
16
 
12
17
libnotify_la_LIBADD = \
13
18
        $(PACKAGE_LIBS)