summaryrefslogtreecommitdiffstats
path: root/configure.ac (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-03-18Add preliminary ical experimentsOlliver Schinagl1-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>
2016-03-18Add support for ical to configure.acOlliver Schinagl1-0/+22
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2016-03-18Add initial plugin headerOlliver Schinagl1-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>
2016-03-18Add support for libdl to configure.acOlliver Schinagl1-0/+4
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2016-03-18Remove WIN32 defines from sourcesOlliver Schinagl1-1/+1
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2016-03-11Add support for C99 default types to configure.acOlliver Schinagl1-0/+13
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2016-03-11Do not use enlightenment-devel mailing address for AC_INITOlliver Schinagl1-1/+1
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2016-03-10Add empty eflprj generated skeleton projectOlliver Schinagl1-0/+102
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>