]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/Modules.am
Qt4 - yeah, redefining some existing options *IS* a good idea..
[vlc] / modules / gui / beos / Modules.am
index 96efda8542f4c4454f4110cb0cbe414fbf7db6e3..4cdf360af8290d7e65a97c651bcc2e733972f442 100644 (file)
@@ -1,23 +1,26 @@
 SOURCES_beos = \
-       modules/gui/beos/BeOS.cpp \
-       modules/gui/beos/AudioOutput.cpp \
-       modules/gui/beos/VideoOutput.cpp \
-       modules/gui/beos/Interface.cpp \
-       modules/gui/beos/InterfaceWindow.cpp \
-       modules/gui/beos/DrawingTidbits.cpp \
-       modules/gui/beos/TransportButton.cpp \
-       modules/gui/beos/PlayListWindow.cpp \
-       modules/gui/beos/MediaControlView.cpp \
-       modules/gui/beos/VlcWrapper.cpp
-
-noinst_HEADERS += \
-       modules/gui/beos/Bitmaps.h \
-       modules/gui/beos/DrawingTidbits.h \
-       modules/gui/beos/InterfaceWindow.h \
-       modules/gui/beos/MediaControlView.h \
-       modules/gui/beos/MsgVals.h \
-       modules/gui/beos/PlayListWindow.h \
-       modules/gui/beos/TransportButton.h \
-       modules/gui/beos/VideoWindow.h \
-       modules/gui/beos/VlcWrapper.h
+       BeOS.cpp \
+       AudioOutput.cpp \
+       VideoOutput.cpp \
+       Interface.cpp \
+       InterfaceWindow.cpp \
+       InterfaceWindow.h \
+       ListViews.cpp \
+       ListViews.h \
+       DrawingTidbits.cpp \
+       DrawingTidbits.h \
+       TransportButton.cpp \
+       TransportButton.h \
+       PlayListWindow.cpp \
+       PlayListWindow.h \
+       PreferencesWindow.cpp \
+       PreferencesWindow.h \
+       MessagesWindow.cpp \
+       MessagesWindow.h \
+       MediaControlView.cpp \
+       MediaControlView.h \
+       Bitmaps.h \
+       MsgVals.h \
+       VideoWindow.h \
+       $(NULL)