Fixed Makefile.am for sf2 player

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@735 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Paul Giblock
2008-02-29 03:38:30 +00:00
parent 5ef2d7ef0a
commit 86e3675b93
2 changed files with 1 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ AM_CXXFLAGS := $(AM_CXXFLAGS) $(QT_CXXFLAGS) -DPLUGIN_NAME="sf2player"
%.moc: ./%.h
$(MOC) -o $@ $<
ui_%h: ./%.ui
ui_%.h: ./%.ui
$(UIC) -o $@ $<

Binary file not shown.

Before

Width:  |  Height:  |  Size: 94 KiB

After

Width:  |  Height:  |  Size: 97 KiB