summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 738869d)
raw | patch | inline | side by side (parent: 738869d)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 19 Aug 2008 11:45:57 +0000 (13:45 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 19 Aug 2008 11:45:57 +0000 (13:45 +0200) |
src/Makefile.am | patch | blob | history | |
src/foobar.c | [new file with mode: 0644] | patch | blob |
src/libfoobar.c | [deleted file] | patch | blob | history |
diff --git a/src/Makefile.am b/src/Makefile.am
index 2dd0218a6806e5290769e770a661c4c5a27441c7..4e77ae3988e9333458a7b4ac566aa92cf6b64d6c 100644 (file)
--- a/src/Makefile.am
+++ b/src/Makefile.am
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
--- /dev/null
+++ b/src/foobar.c
@@ -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
--- a/src/libfoobar.c
+++ /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 : */
-