mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-11 09:03:36 +02:00
Move library tree where it belongs
This commit is contained in:
21
lib-src/twolame/Makefile.am
Normal file
21
lib-src/twolame/Makefile.am
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
AUTOMAKE_OPTIONS = foreign
|
||||
|
||||
SUBDIRS = libtwolame frontend simplefrontend doc
|
||||
|
||||
pkgconfigdir = $(libdir)/pkgconfig
|
||||
pkgconfig_DATA = twolame.pc
|
||||
|
||||
|
||||
EXTRA_DIST = \
|
||||
autogen.sh \
|
||||
twolame.pc.in \
|
||||
win32/configwin.h \
|
||||
win32/libtwolame_dll.sln \
|
||||
win32/libtwolame_dll.vcproj \
|
||||
win32/libtwolame_static.sln \
|
||||
win32/libtwolame_static.vcproj \
|
||||
win32/winutil.h
|
||||
|
||||
#tell aclocal where extra macros can be found
|
||||
ACLOCAL_AMFLAGS = -I build/m4
|
Reference in New Issue
Block a user