diff options
author | Slávek Banko <[email protected]> | 2019-04-22 19:44:57 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2019-04-28 16:05:06 +0200 |
commit | db23722ddb8507a7954d1cecf6217823b2052388 (patch) | |
tree | 137e964f7c2328362829dd30a361696edb1bf935 /Makefile.am | |
parent | 32fc564b71ffaf9cec97f99fb9d99541c3ab279f (diff) | |
download | libart-lgpl-db23722ddb8507a7954d1cecf6217823b2052388.tar.gz libart-lgpl-db23722ddb8507a7954d1cecf6217823b2052388.zip |
Move the art_config.h generation to the configure script.
Cleanup of generated automake files.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 87237501c51b48ba3b802efbd47776bb7e410c2a)
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am index a7399d1..90bdd3b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,13 +2,8 @@ noinst_PROGRAMS = testart testuta bin_SCRIPTS = \ libart2-config - -noinst_SCRIPTS = gen_art_config.sh -BUILT_SOURCES = art_config.h - -art_config.h: - ./gen_art_config.sh > art_config.h +BUILT_SOURCES = art_config.h libart-features.h EXTRA_DIST = \ libart.def \ |