added missing mmpz-wildcard

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@534 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2007-08-20 11:35:45 +00:00
parent b7a5fd2324
commit 90b84c638f
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

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