fixed extension of presets

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1651 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Tobias Doerffel
2008-09-20 20:21:58 +00:00
parent 74e82e0a84
commit f45e6cfcfe
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
2008-09-20 Tobias Doerffel <tobydox/at/users/dot/sourceforge/dot/net>
* data/presets/CMakeLists.txt:
fixed extension of presets
* plugins/ladspa_effect/cmt/doc/bugs.html:
* plugins/ladspa_effect/cmt/doc/plugins.html:
* plugins/ladspa_effect/cmt/doc/installation.html:

View File

@@ -1,4 +1,4 @@
INCLUDE(InstallHelpers)
INSTALL_DATA_SUBDIRS("presets" "*.cs.xml")
INSTALL_DATA_SUBDIRS("presets" "*.xpf")