|
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 | |
|---|
| 6 | ACLOCAL_AMFLAGS = -I m4 |
|---|
| 7 | AUTOMAKE_OPTIONS = dist-bzip2 dist-zip |
|---|
| 8 | |
|---|
| 9 | am__tar=$(AMTAR) -ch --posix -f - "$$tardir" |
|---|
| 10 | am__untar=$(AMTAR) -x --posix -f - |
|---|
| 11 | |
|---|
| 12 | SUBDIRS = \ |
|---|
| 13 | src \ |
|---|
| 14 | m4 \ |
|---|
| 15 | media \ |
|---|
| 16 | effects \ |
|---|
| 17 | test |
|---|
| 18 | |
|---|
| 19 | openlibraries_configdir = $(libdir)/openlibraries-$(OL_MAJOR).$(OL_MINOR).$(OL_SUB)/include |
|---|
| 20 | openlibraries_config_DATA = openlibraries_global_config.hpp |
|---|
| 21 | |
|---|
| 22 | pkgconfigdir = $(libdir)/pkgconfig |
|---|
| 23 | pkgconfig_DATA = openlibraries.pc |
|---|