Changeset 215
- Timestamp:
- 02/27/08 18:24:08 (9 months ago)
- Files:
-
- fastphoto/trunk/Makefile.am (modified) (1 diff)
- fastphoto/trunk/apache/fastphoto.conf (deleted)
- fastphoto/trunk/apache/fastphoto.conf.in (added)
- fastphoto/trunk/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
fastphoto/trunk/Makefile.am
r161 r215 3 3 man_MANS = fastphoto.1 4 4 5 EXTRA_DIST = fastphoto.1 get_epeg_cvs.sh debian-postinst.sh apache/fastphoto.conf 5 EXTRA_DIST = fastphoto.1 get_epeg_cvs.sh debian-postinst.sh apache/fastphoto.conf.in fastphoto/trunk/configure.ac
r154 r215 196 196 AC_SUBST(SHARED_VERSION_INFO) 197 197 198 AC_OUTPUT([199 Makefile200 src/Makefile201 ])202 203 198 #AS_AC_EXPAND(LIBDIR, ${libdir}) 204 199 #AS_AC_EXPAND(INCLUDEDIR, ${includedir}) … … 206 201 AS_AC_EXPAND(DOCDIR, ${datadir}/doc) 207 202 203 AC_SUBST(BINDIR) 204 205 AC_OUTPUT([ 206 Makefile 207 src/Makefile 208 apache/fastphoto.conf 209 ]) 210 208 211 AC_MSG_RESULT([ 209 212 ------------------------------------------------------------------------
