]> git.sesse.net Git - vlc/blobdiff - projects/activex/Makefile.am
Qt: extended panels, code simplification and spatializer slider naming
[vlc] / projects / activex / Makefile.am
index 7c0c8b45adc72c5b3d6486568d3abfa14dadeb86..693274cc8265b417cb1ad317765067d504b53238 100644 (file)
@@ -24,6 +24,7 @@ SOURCES_activex = \
     persiststorage.h \
     persiststreaminit.cpp \
     persiststreaminit.h \
+    position.h \
     provideclassinfo.cpp \
     provideclassinfo.h \
     connectioncontainer.cpp \
@@ -48,13 +49,14 @@ SOURCES_activex = \
     $(NULL)
 
 DIST_rsrc = \
-    axvlc_rc.rc \
+    axvlc_rc.rc.in \
     $(NULL)
 
 DIST_misc = \
     README.TXT \
     axvlc.inf.in \
     axvlc.def \
+    axvlc.dll.manifest \
     axvlc.idl \
     axvlc.tlb \
     inplace.bmp \
@@ -83,7 +85,7 @@ DATA_axvlc_rc = $(noinst_axvlc_rc_DATA)
 noinst_axvlc_rc_DATA = axvlc_rc.$(OBJEXT)
 noinst_axvlc_rcdir = 
 axvlc_rc.$(OBJEXT): axvlc_rc.rc inplace.bmp axvlc.tlb
-       $(WINDRES) -DVERSION=$(VERSION) -DVERSION_NUMBER=`echo $(VERSION).0.0.0 | sed 's/[^0-9]*\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\).*/\1,\2,\3,\4/'` --include-dir $(srcdir) -i $< -o $@
+       $(WINDRES) --include-dir $(srcdir) -i $< -o $@
 
 DATA_axvlc_tlb = $(axvlc_tlb_DATA)
 noinst_axvlc_tlb_DATA = axvlc.tlb