root / trunk / Makefile.am

Revision 1316, 428 bytes (checked in by glslang, 1 year ago)

+ initial hdrflow and olibs merge

  • Property svn:eol-style set to native
Line 
1
2#
3#
4#
5
6ACLOCAL_AMFLAGS = -I m4
7AUTOMAKE_OPTIONS = dist-bzip2 dist-zip
8
9am__tar=$(AMTAR) -ch --posix -f - "$$tardir"
10am__untar=$(AMTAR) -x --posix -f -
11
12SUBDIRS =       \
13        src     \
14        m4      \
15        media   \
16        effects \
17        test
18
19openlibraries_configdir = $(libdir)/openlibraries-$(OL_MAJOR).$(OL_MINOR).$(OL_SUB)/include
20openlibraries_config_DATA = openlibraries_global_config.hpp
21
22pkgconfigdir = $(libdir)/pkgconfig
23pkgconfig_DATA = openlibraries.pc
Note: See TracBrowser for help on using the browser.