aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLAN-TW <lantw44@gmail.com>2013-12-07 19:44:12 +0800
committerLAN-TW <lantw44@gmail.com>2013-12-07 19:44:12 +0800
commit5fac283e3f4fae867b8429174d26078a090d2e0d (patch)
treed234f04f0939fd1ea3187a31e39d3c62bb9e7318 /Makefile
parentdc258e02720308981a4f8a2e4848c582c1b71123 (diff)
downloadl4basic-5fac283e3f4fae867b8429174d26078a090d2e0d.tar
l4basic-5fac283e3f4fae867b8429174d26078a090d2e0d.tar.gz
l4basic-5fac283e3f4fae867b8429174d26078a090d2e0d.tar.bz2
l4basic-5fac283e3f4fae867b8429174d26078a090d2e0d.tar.lz
l4basic-5fac283e3f4fae867b8429174d26078a090d2e0d.tar.xz
l4basic-5fac283e3f4fae867b8429174d26078a090d2e0d.tar.zst
l4basic-5fac283e3f4fae867b8429174d26078a090d2e0d.zip
Change all tabs to spaces and add vim modeline
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9804974..d666836 100644
--- a/Makefile
+++ b/Makefile
@@ -28,7 +28,7 @@ INCLUDEDIR= $(DESTDIR)$(PREFIX)/include
# Tasks definition
lib_LIBRARIES= libl4basic.a
libl4basic_a_OBJECTS= l4array.o l4array2.o l4file.o l4list.o l4arg.o
-libl4basic_a_HEADERS= $(libl4basic_a_OBJECTS:.o=.h)
+libl4basic_a_HEADERS= $(libl4basic_a_OBJECTS:.o=.h) l4common.h
check_PROGRAMS= test-array test-array2 test-file test-list test-arg
check_OBJECTS= $(check_PROGRAMS:=.o)