diff options
author | Ted Gould <ted@gould.cx> | 2014-02-19 21:23:36 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2014-02-19 21:23:36 -0600 |
commit | df7564337cd22eb4b293b6b21f358fabec16da86 (patch) | |
tree | 0eca880da30c70bdf064d8a81647192bc39ed0ef /configure.ac | |
parent | 514971dadafe6166e1371036709bade85f2a9559 (diff) | |
download | ayatana-indicator-bluetooth-df7564337cd22eb4b293b6b21f358fabec16da86.tar.gz ayatana-indicator-bluetooth-df7564337cd22eb4b293b6b21f358fabec16da86.tar.bz2 ayatana-indicator-bluetooth-df7564337cd22eb4b293b6b21f358fabec16da86.zip |
Putting the upstart directory in its own directory so it doesn't fight
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 00f2d09..221ddc9 100644 --- a/configure.ac +++ b/configure.ac @@ -59,6 +59,7 @@ dnl ########################################################################### AC_OUTPUT([ Makefile data/Makefile +data/upstart/Makefile po/Makefile.in src/Makefile ]) |