Changeset 9098f9 for src/Makefile.am
- Timestamp:
- Dec 22, 2010, 10:32:46 AM (15 years ago)
- Children:
- 70672e3
- Parents:
- 115378
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/Makefile.am
r115378 r9098f9 2 2 # Also indentation by a single tab 3 3 4 INCLUDES = -I$(top_srcdir)/src 4 INCLUDES = -I$(top_srcdir)/src/Patterns -I$(top_srcdir)/src/Helpers 5 5 6 6 AM_LDFLAGS = $(CPPUNIT_LIBS) -ldl … … 29 29 30 30 ### PATTERNS ### 31 32 nobase_include_HEADERS = $(PATTERNSOURCE) $(PATTERNHEADER)33 31 34 32 PATTERNSOURCE = \ … … 106 104 ## configuration header file is generated at configure time and should not be 107 105 ## shipped with the source tarball. 108 libCodePatterns_libincludedir = $(includedir)/ Helpers/106 libCodePatterns_libincludedir = $(includedir)/CodePatterns/ 109 107 #-$(CODEPATTERNS_API_VERSION) 110 nodist_libCodePatterns_libinclude_HEADERS = $(HELPERSHEADER) $(top_builddir)/libCodePatterns_config.h108 libCodePatterns_libinclude_HEADERS = $(HELPERSHEADER) $(PATTERNSOURCE) $(PATTERNHEADER) $(top_builddir)/libCodePatterns_config.h 111 109 112 110 ## Install the generated pkg-config file (.pc) into the expected location for
Note:
See TracChangeset
for help on using the changeset viewer.