]> git.sesse.net Git - vlc/commitdiff
. added a .cvsignore file in lib/ so that the directory doesn't get
authorSam Hocevar <sam@videolan.org>
Sun, 7 Jan 2001 17:07:02 +0000 (17:07 +0000)
committerSam Hocevar <sam@videolan.org>
Sun, 7 Jan 2001 17:07:02 +0000 (17:07 +0000)
   removed whenever one does a cvs update -dP
 . fixed debian/.cvsignore because of a new version of debhelper

Makefile.in
debian/.cvsignore
lib/.cvsignore [new file with mode: 0644]

index d09d19f86f85b7f87b3a59bebbab50f6879a00d4..4182d71628ea712777b350386a5b4652186b3d8f 100644 (file)
@@ -436,10 +436,7 @@ snapshot:
        mv /tmp/${SNAPSHOTDIR}.tar.bz2 ..
        @echo "Sources are in ../${SNAPSHOTDIR}.tar.[gz,bz2]"
 
-plugins: lib $(PLUGINS:%=lib/%.so)
-
-lib:
-       mkdir -p lib
+plugins: $(PLUGINS:%=lib/%.so)
 
 FORCE:
 
index cff05f9ba4ca2bd02c9be6b44114e8fdd1dd423d..ac42c955c17cab1d2d23532d81fe72e4a59aa4a2 100644 (file)
@@ -1,4 +1,6 @@
 tmp
+vlc
+vlc-*
 delete
 files
 *debhelper
diff --git a/lib/.cvsignore b/lib/.cvsignore
new file mode 100644 (file)
index 0000000..140f8cf
--- /dev/null
@@ -0,0 +1 @@
+*.so