Code

Renamed libfoobar.c to foobar.c.
authorSebastian Harl <sh@tokkee.org>
Tue, 19 Aug 2008 11:45:57 +0000 (13:45 +0200)
committerSebastian Harl <sh@tokkee.org>
Tue, 19 Aug 2008 11:45:57 +0000 (13:45 +0200)
src/Makefile.am
src/foobar.c [new file with mode: 0644]
src/libfoobar.c [deleted file]

index 2dd0218a6806e5290769e770a661c4c5a27441c7..4e77ae3988e9333458a7b4ac566aa92cf6b64d6c 100644 (file)
@@ -3,7 +3,7 @@ AM_CFLAGS = @STRICT_CFLAGS@
 include_HEADERS = foobar.h
 lib_LTLIBRARIES = libfoobar.la
 
-libfoobar_la_SOURCES = libfoobar.c foobar.h
+libfoobar_la_SOURCES = foobar.c foobar.h
 libfoobar_la_LDFLAGS = -version-info 0:0:0
 
 bin_PROGRAMS = fb
diff --git a/src/foobar.c b/src/foobar.c
new file mode 100644 (file)
index 0000000..e979045
--- /dev/null
@@ -0,0 +1,26 @@
+/*
+ * foobar - src/foobar.c
+ * Copyright (C) 2008 Sebastian Harl <sh@tokkee.org>
+ *
+ * This program is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU General Public License as published by the
+ * Free Software Foundation; only version 2 of the License is applicable.
+ *
+ * This program is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License along
+ * with this program; if not, write to the Free Software Foundation, Inc.,
+ * 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
+ */
+
+/*
+ * A short description of this module...
+ */
+
+#include "foobar.h"
+
+/* vim: set tw=78 sw=4 ts=4 noexpandtab : */
+
diff --git a/src/libfoobar.c b/src/libfoobar.c
deleted file mode 100644 (file)
index 775d14c..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * foobar - src/libfoobar.c
- * Copyright (C) 2008 Sebastian Harl <sh@tokkee.org>
- *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the
- * Free Software Foundation; only version 2 of the License is applicable.
- *
- * This program is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
- */
-
-/*
- * A short description of this module...
- */
-
-#include "foobar.h"
-
-/* vim: set tw=78 sw=4 ts=4 noexpandtab : */
-