~allanlesage/indicator-appmenu/TDD-fixes

« back to all changes in this revision

Viewing changes to Makefile.am

  • Committer: Ted Gould
  • Date: 2010-05-07 08:00:55 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: ted@gould.cx-20100507080055-hcd4duq8s9ncewqj
Adding a scripts directory

Show diffs side-by-side

added added

removed removed

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