diff options
author | puppetmaster <puppetmaster> | 2005-07-25 17:06:37 +0000 |
---|---|---|
committer | puppetmaster <puppetmaster> | 2005-07-25 17:06:37 +0000 |
commit | f7314c870669f105d21814729b9fe2dd1160437d (patch) | |
tree | c5696f507133bb90ea3fef39fc4849c68f77fe2b /ecore/src/Makefile.am | |
parent | fix for struct usage ... -> and not "." (diff) | |
download | elock-f7314c870669f105d21814729b9fe2dd1160437d.tar.xz |
adding last snapshot of ecore for ecore_x_screensaver
Diffstat (limited to '')
-rw-r--r-- | ecore/src/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ecore/src/Makefile.am b/ecore/src/Makefile.am new file mode 100644 index 0000000..f8d2f8c --- /dev/null +++ b/ecore/src/Makefile.am @@ -0,0 +1,12 @@ +MAINTAINERCLEANFILES = Makefile.in + +SUBDIRS = lib bin + +EXTRA_DIST = \ + e_ev_filter.c \ + e_ev_signal.c \ + e_ev_x.c \ + e_events.c \ + e_ipc.c \ + e_util.c \ + e_x.c |