diff options
author | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-11-22 05:28:45 +0000 |
---|---|---|
committer | michael <michael@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2009-11-22 05:28:45 +0000 |
commit | 0eda4085c4243c88cc00bb99dccc6cfad886fc50 (patch) | |
tree | af02c89bfe59c881291205770e0727deea9b4c75 /Makefile.in | |
parent | 3379ecac26037b52ace09c273600c34843910593 (diff) | |
download | lcd4linux-0eda4085c4243c88cc00bb99dccc6cfad886fc50.tar.gz |
add event.h to extra sources
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@1072 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 7182566..596a0b2 100644 --- a/Makefile.in +++ b/Makefile.in @@ -266,7 +266,7 @@ thread.c thread.h \ udelay.c udelay.h \ qprintf.c qprintf.h \ rgb.c rgb.h \ -event.c \ +event.c event.h \ \ widget.c widget.h \ widget_text.c widget_text.h \ |