X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Makefile.am;h=4224ba7a2ada87592c26685ccca7a959eeff288f;hb=29aba43114b3a8241f8a40d2a9b93bf26b1f6377;hp=8e8907c878e3d06c188deec4e6a318c14aae3460;hpb=eda81ebfded47979c9be4a4d2615e0cf5a668ec6;p=vlc diff --git a/Makefile.am b/Makefile.am index 8e8907c878..4224ba7a2a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,13 +7,13 @@ # which have makefiles with distribution information. # - src (libvlc) is nedeed by modules, mozilla and bindings # - libs/* are needed by modules -BASE_SUBDIRS = po src bin modules share doc test +BASE_SUBDIRS = po compat src bin modules share doc test EXTRA_SUBDIRS = m4 extras/package/ipkg \ libs/loader libs/srtp libs/unzip \ projects/mozilla projects/activex DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS) -SUBDIRS = po src +SUBDIRS = po compat src if LOADER SUBDIRS += libs/loader endif @@ -123,9 +123,9 @@ EXTRA_DIST += \ extras/package/macosx/Resources/English.lproj/CoreDialogs.nib/classes.nib \ extras/package/macosx/Resources/English.lproj/CoreDialogs.nib/info.nib \ extras/package/macosx/Resources/English.lproj/CoreDialogs.nib/keyedobjects.nib \ - extras/package/macosx/Resources/English.lproj/InteractionErrorPanel.nib/classes.nib \ - extras/package/macosx/Resources/English.lproj/InteractionErrorPanel.nib/info.nib \ - extras/package/macosx/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib \ + extras/package/macosx/Resources/English.lproj/ErrorPanel.nib/classes.nib \ + extras/package/macosx/Resources/English.lproj/ErrorPanel.nib/info.nib \ + extras/package/macosx/Resources/English.lproj/ErrorPanel.nib/keyedobjects.nib \ extras/package/macosx/Resources/English.lproj/InfoPlist.strings.in \ extras/package/macosx/Resources/a52.icns \ extras/package/macosx/Resources/aac.icns \ @@ -466,8 +466,8 @@ VLC-release.app: vlc bookmarks.m \ update.h \ update.m \ - interaction.h \ - interaction.m \ + coredialogs.h \ + coredialogs.m \ embeddedwindow.h \ embeddedwindow.m \ fspanel.h \ @@ -633,8 +633,8 @@ VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.lib bookmarks.m \ update.h \ update.m \ - interaction.h \ - interaction.m \ + coredialogs.h \ + coredialogs.m \ embeddedwindow.h \ embeddedwindow.m \ fspanel.h \