Changeset 1504


Ignore:
Timestamp:
Sep 16, 2008, 6:32:24 PM (15 years ago)
Author:
Peter
Message:

fixes #441

Location:
trunk
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile.am

    r1499 r1504  
    2727ACLOCAL_AMFLAGS = -I build_support --install
    2828
    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
     29SUBDIRS = build_support yat test doc
    4030
    4131.PHONY: doc
  • trunk/configure.ac

    r1503 r1504  
    254254
    255255AC_CONFIG_FILES([Makefile
    256      build_support/yat.pc
     256     build_support/Makefile
    257257     doc/Makefile
    258258     doc/doxygen.config
     
    269269     yat/utility/version.h
    270270     yat/utility/Makefile])
    271 
    272 AC_CONFIG_FILES([build_support/yat-config],
    273                 [chmod +x build_support/yat-config])
    274271
    275272AC_CONFIG_HEADER([yat/utility/config_public.h])
Note: See TracChangeset for help on using the changeset viewer.