summaryrefslogtreecommitdiff
path: root/Makefile-otutil.am
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2011-11-02 15:45:32 -0400
committerColin Walters <walters@verbum.org>2011-11-02 15:45:32 -0400
commit21c7ff74b6e55058915d86f01f19f7b5e831e412 (patch)
tree66a2b72c2d72d0b735adfd1f95c0323dfb01645a /Makefile-otutil.am
parent2b00cf381076bb72557f9721dbc3ca8dc2940440 (diff)
downloadostree-21c7ff74b6e55058915d86f01f19f7b5e831e412.tar.gz
De-recursify source tree
Diffstat (limited to 'Makefile-otutil.am')
-rw-r--r--Makefile-otutil.am33
1 files changed, 33 insertions, 0 deletions
diff --git a/Makefile-otutil.am b/Makefile-otutil.am
new file mode 100644
index 00000000..8df7c5b4
--- /dev/null
+++ b/Makefile-otutil.am
@@ -0,0 +1,33 @@
+# Makefile for C source code
+#
+# Copyright (C) 2011 Colin Walters <walters@verbum.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; either version 2 of the License, or
+# (at your option) any later version.
+#
+# 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., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#
+# Author: Colin Walters <walters@verbum.org>
+
+noinst_LTLIBRARIES += libotutil.la
+
+libotutil_la_SOURCES = \
+ libotutil/ot-opt-utils.c \
+ libotutil/ot-opt-utils.h \
+ libotutil/ot-unix-utils.c \
+ libotutil/ot-unix-utils.h \
+ libotutil/ot-gio-utils.c \
+ libotutil/ot-gio-utils.h \
+ libotutil/otutil.h \
+ $(NULL)
+libotutil_la_CFLAGS = -I$(srcdir)/libotutil -DLOCALEDIR=\"$(datadir)/locale\" $(GIO_UNIX_CFLAGS)
+libotutil_la_LIBADD = $(GIO_UNIX_LIBS)