1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-11 07:05:47 +01:00

Use automake for libwidgetextra.

Replace the custom Makefile by automake. In addition drop the hacky
libwidgetextra-uninstalled.pc and configure the library like every other
optional library, but check if the library is not disabled.
This commit is contained in:
benjamin.drung@gmail.com
2013-11-07 21:00:56 +00:00
parent 0d30aad773
commit 6619f23305
7 changed files with 82 additions and 95 deletions

View File

@@ -15,6 +15,8 @@ FileDialog.a: FileDialog-recursive
# libwidgetextra
widgetextra:
$(MAKE) -C lib-widget-extra
libwidgetextra.a: widgetextra
ln -sf lib-widget-extra/.libs/libwidgetextra.a libwidgetextra.a
# libogg
libogg-recursive: