mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-12 07:35:51 +01:00
Move library tree where it belongs
This commit is contained in:
12
lib-src/libraptor/win32/Makefile.am
Normal file
12
lib-src/libraptor/win32/Makefile.am
Normal file
@@ -0,0 +1,12 @@
|
||||
EXTRA_DIST=README.txt \
|
||||
raptor.dsp raptor.dsw \
|
||||
rapper.dsp \
|
||||
raptortest.cpp raptortest.dsp \
|
||||
raptor.sln \
|
||||
rapper.vcproj raptor.vcproj raptortest.vcproj
|
||||
|
||||
# Make some empty dirs that may be needed
|
||||
dist-hook:
|
||||
for dir in Debug Release; do \
|
||||
mkdir $(distdir)/$$dir; \
|
||||
done
|
||||
Reference in New Issue
Block a user