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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user