mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
fix Makefile.am after .C -> .cpp conversion
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18028 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
a4e546d7ec
commit
71797f6d72
@ -9,7 +9,7 @@ DISTCLEANFILES += *_moc.cpp
|
||||
|
||||
libqt4_la_DEPENDENCIES = $(MOCEDFILES)
|
||||
|
||||
MOCEDFILES = $(MOCFILES:.C=_moc.cpp)
|
||||
MOCEDFILES = $(MOCFILES:.cpp=_moc.cpp)
|
||||
|
||||
%_moc.cpp: %.h
|
||||
$(MOC4) -o $@ $<
|
||||
|
Loading…
Reference in New Issue
Block a user