]> git.sesse.net Git - vlc/commitdiff
Distribute the profile files
authorChristophe Mutricy <xtophe@altair.v.videolan.org>
Fri, 13 Feb 2009 13:26:17 +0000 (14:26 +0100)
committerChristophe Mutricy <xtophe@altair.v.videolan.org>
Fri, 13 Feb 2009 14:15:16 +0000 (15:15 +0100)
modules/gui/qt4/Modules.am

index ea8606794753677a6ef51e298fa00849f668c594..dea66d629915d71ea3bc5dc75d41db3629807037 100644 (file)
@@ -7,6 +7,8 @@
 # For each UI
 #   - Add it to EXTRA_DIST
 #   - Add the .h to nodist_SOURCES_qt4
+# For each ressource (icon, png, ...)
+#   - Add it to DEPS_res
 
 AUTOMAKE_OPTIONS = subdir-objects
 MOSTLYCLEANFILES = $(UIH)
@@ -117,6 +119,7 @@ DEPS_res = \
        pixmaps/prefs/spref_cone_Video_64.png \
        pixmaps/previous.png \
        pixmaps/previous_16px.png \
+       pixmaps/profile_new.png \
        pixmaps/slower.png \
        pixmaps/space.png \
        pixmaps/stop.png \
@@ -264,7 +267,7 @@ noinst_HEADERS = \
        components/playlist/playlist.hpp \
        components/playlist/selector.hpp \
        components/playlist/sorting.h \
-       components/sout/profile_selector.cpp \
+       components/sout/profile_selector.hpp \
        util/input_slider.hpp \
        util/customwidgets.hpp \
        util/qvlcframe.hpp \