aboutsummaryrefslogtreecommitdiff
path: root/src/generate-id.h
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-12-08 14:08:44 -0600
committerTed Gould <ted@gould.cx>2010-12-08 14:08:44 -0600
commit6c905a6e958d626df511ced154e9ed8fb867afc5 (patch)
treec866e25da37bcc927df40ac04c9c0460a6962edd /src/generate-id.h
parent12d94d3b9aa17214cadec6e98831356330cead51 (diff)
parent97fcd2621c571bda84b090961e31c54104641257 (diff)
downloadayatana-indicator-application-6c905a6e958d626df511ced154e9ed8fb867afc5.tar.gz
ayatana-indicator-application-6c905a6e958d626df511ced154e9ed8fb867afc5.tar.bz2
ayatana-indicator-application-6c905a6e958d626df511ced154e9ed8fb867afc5.zip
Remove the library from the build
Diffstat (limited to 'src/generate-id.h')
-rw-r--r--src/generate-id.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/generate-id.h b/src/generate-id.h
index 9d3167d..4c26da2 100644
--- a/src/generate-id.h
+++ b/src/generate-id.h
@@ -23,7 +23,7 @@ with this program. If not, see <http://www.gnu.org/licenses/>.
#define __GENERATE_ID_H__
#include <glib.h>
-#include "app-indicator.h"
+#include "libappindicator/app-indicator.h"
guint32 generate_id (const AppIndicatorCategory category, const gchar * id);