~unity8-desktop-session-team/indicator-session/indicator-session-using-upstart

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Ted Gould
  • Date: 2009-07-27 04:47:27 UTC
  • mfrom: (9.1.94 fusa.libindicator)
  • Revision ID: ted@canonical.com-20090727044727-m04ul5d8sxqt2pd4
Merging in the branch to port everything to libindicator and fleshing thigns out.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
SUBDIRS = \
3
 
        src
 
3
        src \
 
4
        data
 
5
 
 
6
DISTCHECK_CONFIGURE_FLAGS = --enable-localinstall
4
7