mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-01 22:30:11 +01:00
Move library tree where it belongs
This commit is contained in:
11
lib-src/redland/rasqal/win32/Makefile.am
Normal file
11
lib-src/redland/rasqal/win32/Makefile.am
Normal file
@@ -0,0 +1,11 @@
|
||||
EXTRA_DIST=\
|
||||
README.txt \
|
||||
rasqal.dsp rasqal.dsw rasqal.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