Changeset 1504
- Timestamp:
- Sep 16, 2008, 6:32:24 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.am
r1499 r1504 27 27 ACLOCAL_AMFLAGS = -I build_support --install 28 28 29 SUBDIRS = yat test doc 30 31 bin_SCRIPTS=build_support/yat-config 32 33 pkgconfigdir = $(libdir)/pkgconfig 34 pkgconfig_DATA= build_support/yat.pc 35 36 aclocaldir = $(datadir)/aclocal 37 aclocal_DATA = build_support/yat.m4 38 39 EXTRA_DIST = build_support/yat.m4 29 SUBDIRS = build_support yat test doc 40 30 41 31 .PHONY: doc -
trunk/configure.ac
r1503 r1504 254 254 255 255 AC_CONFIG_FILES([Makefile 256 build_support/ yat.pc256 build_support/Makefile 257 257 doc/Makefile 258 258 doc/doxygen.config … … 269 269 yat/utility/version.h 270 270 yat/utility/Makefile]) 271 272 AC_CONFIG_FILES([build_support/yat-config],273 [chmod +x build_support/yat-config])274 271 275 272 AC_CONFIG_HEADER([yat/utility/config_public.h])
Note: See TracChangeset
for help on using the changeset viewer.