summaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add preliminary ical experimentsOlliver Schinagl2016-03-181-0/+1
| | | | | | | | | This patch adds preliminary 'support' for iCalendar. Preliminary in the sense that it opens a known file, and prints some output using printf. This is just some experiments in parsing ics files. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* Add support for ical to configure.acOlliver Schinagl2016-03-181-0/+22
| | | | Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* Add initial plugin headerOlliver Schinagl2016-03-181-0/+1
| | | | | | | | | This patch adds the first preliminary draft plugin description. It is missing many things, most importantly documentation. More importantly it is likely not yet complete. Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* Add support for libdl to configure.acOlliver Schinagl2016-03-181-0/+4
| | | | Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* Remove WIN32 defines from sourcesOlliver Schinagl2016-03-181-1/+1
| | | | Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* Add support for C99 default types to configure.acOlliver Schinagl2016-03-111-0/+13
| | | | Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* Do not use enlightenment-devel mailing address for AC_INITOlliver Schinagl2016-03-111-1/+1
| | | | Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* Add empty eflprj generated skeleton projectOlliver Schinagl2016-03-101-0/+102
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>