diff options
author | Alejandro Piñeiro <apinheiro@igalia.com> | 2008-10-23 12:09:35 +0000 |
---|---|---|
committer | Alejandro Piñeiro <apinheiro@igalia.com> | 2008-10-23 12:09:35 +0000 |
commit | cd3d22e6cde6c7f09d93b54623a36b5d9b97a065 (patch) | |
tree | d22eb88b5192f539a9a4888eb89006c65978b82a /examples/hildon-pannable-area-example-3.c | |
parent | d65d6e2bbb7e43c175cdf18d5d4d665ab226eac1 (diff) |
2008-10-23 Alejandro Pinheiro <apinheiro@igalia.com>
* debian/control: Added new package libhildon1-examples, in order to pack
the current hildon examples as documentation
* debian/rules: Not to compress .c files, modify some includes on the
examples (as normally are compiled locally, but when installed it will
require to include the installed libhildon1 library), and rename
Makefile.static
* examples/Makefile.am: Added examplesdir and examples_DATA, in order to
install all the example files on the new example package
* examples/Makefile.static: Added static makefile that can be used to
compile the examples, once installed the new example package
* examples: Most of the examples were modified in order to grant that
all use only '#include "hildon.h"', in order to be easy to prepare
it on the example package
Diffstat (limited to 'examples/hildon-pannable-area-example-3.c')
-rw-r--r-- | examples/hildon-pannable-area-example-3.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/hildon-pannable-area-example-3.c b/examples/hildon-pannable-area-example-3.c index cf2158b..2b64980 100644 --- a/examples/hildon-pannable-area-example-3.c +++ b/examples/hildon-pannable-area-example-3.c @@ -23,11 +23,11 @@ * */ -#include <stdio.h> -#include <stdlib.h> -#include <glib.h> -#include <gtk/gtk.h> -#include "hildon.h" +#include <stdio.h> +#include <stdlib.h> +#include <glib.h> +#include <gtk/gtk.h> +#include "hildon.h" GtkWidget *btn; |