Skip to content

Commit 044887c

Browse files
committed
Use autotools for easier building
Really, really primitive support for autotools. What shall I do if some essential headers are missing :-|
1 parent df26769 commit 044887c

20 files changed

+11430
-3
lines changed

.gitignore

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
.DS_Store
22
a.out
3-
test
3+
*.o
4+
.deps/
5+
k3screenctrl

AUTHORS

Whitespace-only changes.

COPYING

+339
Large diffs are not rendered by default.

ChangeLog

Whitespace-only changes.

INSTALL

+370
Large diffs are not rendered by default.

Makefile.am

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SUBDIRS = src

0 commit comments

Comments
 (0)