added missing mmpz-wildcard

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@532 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2007-08-20 11:30:15 +00:00
parent 847fda97d6
commit d59ce3eb34
6 changed files with 12 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
coolsongsdir = $(lmmsdatadir)/projects/cool_songs
coolsongs_DATA = *.mmp
coolsongs_DATA = *.mmp *.mmpz
EXTRA_DIST = $(coolsongs_DATA)

View File

@@ -1,6 +1,6 @@
coversdir = $(lmmsdatadir)/projects/covers
covers_DATA = *.mmp
covers_DATA = *.mmp *.mmpz
EXTRA_DIST = $(covers_DATA)

View File

@@ -1,6 +1,6 @@
demosdir = $(lmmsdatadir)/projects/demos
demos_DATA = *.mmp
demos_DATA = *.mmp *.mmpz
EXTRA_DIST = $(demos_DATA)

View File

@@ -1,6 +1,6 @@
miscdir = $(lmmsdatadir)/projects/misc
misc_DATA = *.mmp
misc_DATA = *.mmp *.mmpz
EXTRA_DIST = $(misc_DATA)

View File

@@ -1,6 +1,6 @@
tutorialsdir = $(lmmsdatadir)/projects/tutorials
tutorials_DATA = *.mmp
tutorials_DATA = *.mmp *.mmpz
EXTRA_DIST = $(tutorials_DATA)