]> git.sesse.net Git - vlc/blob - modules/gui/qt/Modules.am
* ALL: added *.am files here and there for future automake support.
[vlc] / modules / gui / qt / Modules.am
1 SOURCES_qt = \
2         modules/gui/qt/qt.cpp \
3         modules/gui/qt/intf.cpp
4
5 nodist_SOURCES_qt = \
6         modules/gui/qt/intf.moc.cpp
7
8 noinst_HEADERS += \
9         modules/gui/qt/intf.h
10
11 modules/gui/qt/intf.moc.cpp: modules/gui/qt/intf.h
12         $(MOC) $< -o $@
13