From: Sebastian Harl Date: Tue, 19 Aug 2008 11:45:57 +0000 (+0200) Subject: Renamed libfoobar.c to foobar.c. X-Git-Url: https://git.tokkee.org/?p=template.git;a=commitdiff_plain;h=ae04dac885c65f792c2cefc28642167d87d49619 Renamed libfoobar.c to foobar.c. --- diff --git a/src/Makefile.am b/src/Makefile.am index 2dd0218..4e77ae3 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -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 index 0000000..e979045 --- /dev/null +++ b/src/foobar.c @@ -0,0 +1,26 @@ +/* + * foobar - src/foobar.c + * Copyright (C) 2008 Sebastian Harl + * + * 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 index 775d14c..0000000 --- a/src/libfoobar.c +++ /dev/null @@ -1,26 +0,0 @@ -/* - * foobar - src/libfoobar.c - * Copyright (C) 2008 Sebastian Harl - * - * 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 : */ -